<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;300;400;500;600;700;800;900&amp;display=swap');

p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul {
    padding: 0;
    margin: 0;
}

html {
    font-size: 16px;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    background: #0B0F3F;
    background-size: cover;
    background-attachment: fixed;
    color: var(--white);
    overflow-x: hidden;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

p {
    margin-bottom: 8px;
    line-height: 1.8;
    font-weight: var(--regular);
}

:root {
    --red: #d81212;
    --blue: #13dfff;
    --black: #1E1E1E;
    --lightblue: #e0e5fa;
    --lightorange: #FFB771;
    --white: #fff;
    --extrabold: 900;
    --bold: 700;
    --medium: 600;
    --semibold: 500;
    --regular: 400;
    --light: 300;
    --extralight: 275;
}

::-webkit-scrollbar {
    display: none;
}

.hero__navigate__section {
    margin-top: 140px;
    background: url('/public/images/navigate23/Ellipse 5.webp') no-repeat right;
    background-size: contain;
}


.addeventatc {
    background-color: var(--red) !important;
    color: #fff !important;
    border-radius: 50px !important;
    font-weight: bold !important;
}

.addeventatc .addeventatc_icon {
    filter: invert(1) !important;
}

input {
    outline: 0;
}

.input_icon {
    position: relative;
    left: 3rem;
}

.input_icon_2 {
    position: relative;
    left: 1rem;
    top: 2rem;
}

#privacy-policy {
    background: url('/public/images/navigate23/Ellipse 5.webp') no-repeat top;
    background-size: contain;
    padding-top: 10rem !important;
}

#terms {
    background: url('/public/images/navigate23/Ellipse 5.webp') no-repeat top;
    background-size: cover;
    padding-top: 10rem !important;
}

/* 
::placeholder {
    padding-left: 2rem;
} */

input:focus {
    border: 1px solid var(--lightorange) !important;
    outline: none !important;
}

select:focus {
    border: 1px solid var(--lightorange) !important;
    outline: none !important;
}

.fixed {
    background: linear-gradient(to bottom, #1c2e7c, #030c33) !important;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    padding: 15px 30px 5px 30px !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.inverse {
    color: #fff !important;
}

.modal-header {
    background: linear-gradient(to bottom, #1c2e7c, #030c33);
    border-bottom: none;
}

.modal-body {
    background: #0B0F3F;
}

.modal-body .formBlock {
    background-color: transparent;
}


#sessions&gt;li.list-inline-item {
    margin-right: 0px;
    position: relative;
}

#sessions li.dropdown-avail a {
    position: relative;
}

#sessions li.dropdown-avail a::after,
#sessions li.mega-menu a::after {
    content: "\e9ac";
    font-family: "boxicons" !important;
    position: absolute;
    right: 0;
    top: auto;
    transition: all 0.3s;
}

#sessions li.dropdown-avail.active a::after {
    transform: rotate(180deg);
}

.button {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    min-width: 171px;
    text-align: center;
    background-color: var(--red);
    color: var(--white);
    border-radius: 50px;
    font-weight: var(--bold);
    font-size: 0.9rem;
    line-height: 1.3;
    transition: all 0.2s;
    border: 1px solid var(--red);
    font-family: 'Montserrat', sans-serif;
}

.button:hover {
    color: var(--red);
    background-color: var(--white);
}

.links {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

/* Header CSS Starts */

header {
    padding: 1.25rem 0px;
    /* border-bottom: 1px solid #646fa2; */
}

.logosHolder a {
    display: inline-block;
}

a {
    cursor: pointer;
}

#gydeLogo img {
    max-width: 6rem;
    display: block;
}

#gydeLogo {
    margin-right: 2rem;
}

.upfrontSection {
    background: url('/public/images/navigate23/Group\ 19.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;

}

#navigateLogo img {
    max-width: 18rem;
    display: block;
}

nav {
    margin-right: 2rem;
}

nav a {
    display: inline-block;
    font-size: 1rem;
    padding: 0px 1rem;
    color: var(--white);
    transition: all 0.3s;
}

nav a:hover {
    color: var(--red);
}

#hero {
    min-height: calc(100vh - 97px);
    /* background: url('/public/images/navigate23/Ellipse 5.webp') bottom right no-repeat;
    background-size: cover; */
}

.heading {
    font-size: 3.25rem;
    font-weight: var(--light);
    font-family: "Kanit", sans-serif;
    line-height: 1.4;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
}

.heading span,
.heading3 span {
    font-weight: var(--bold);
    color: var(--lightorange);
}

p.textLarge {
    font-size: 1.125rem;
    font-weight: var(--light);
}

p.textLarge span {
    /* font-weight: var(--bold); */
    color: var(--lightorange);
}

p.orange-countdown {
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    /* background: var(--lightorange);
    color: var(--black); */
    font-family: 'Kanit', 'sans-serif';
    font-size: 1.125rem;
    font-style: normal;
    font-weight: var(--semibold);
    line-height: 1.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(220deg, #FFB771 0%, #940592 100%);
    color: #fff;
}

.orange-countdown {
    display: flex;
}


.inner-days,
.inner-hrs,
.inner-mins,
.inner-sec {
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    /* background: var(--lightorange);
    color: var(--black); */
    font-family: 'Kanit', 'sans-serif';
    font-size: 1.125rem;
    font-style: normal;
    font-weight: var(--semibold);
    line-height: 1.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(220deg, #FFB771 0%, #940592 100%);
    color: #fff;
    margin: 0 5px;
}

.bannerImg {
    max-width: 100%;
    display: block;
    margin: auto;
}

.eventSchedule {
    /* padding: 2rem;
    border-radius: 1rem;
    background-color: #322e6d;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px); */
    margin-top: 2rem;
}

.eventSchedule p {
    font-weight: var(--semibold);
}

.eventSchedule p img {
    margin-right: 10px;
}

.bannerFooter {
    margin-top: 10rem;
}

.bannerFooter p {
    margin-bottom: 0px;
}

.heading3 {
    font-weight: var(--bold);
    font-family: "Kanit", sans-serif;
    margin-bottom: 2rem;
    color: var(--black);
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.ctaForm {
    padding: 3rem 5rem;
    background-color: var(--white);
    border-radius: 1rem;
    margin-top: 0.5rem;
}

.ctaForm input,
.ctaForm select {
    width: 36%;
    padding: 0.5rem 1rem;
    padding-left: 3rem;
    /* border-radius: 50px; */
    box-shadow: none;
    border: none;
    transition: all 0.3s;
    margin: 5px;
    border-radius: 30px;
    background: rgba(30, 30, 30, 0.10);

}

.ctaForm input:focus,
.ctaForm select:focus {
    border: 1px solid var(--lightorange);
    outline: 0;
    box-shadow: none;
}

::placeholder {
    color: rgba(30, 30, 30, 0.70);
    opacity: 1;
    /* padding-left: 2rem; */
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(30, 30, 30, 0.70);
    /* padding-left: 2rem; */
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(30, 30, 30, 0.70);
    /* padding-left: 2rem; */
}

.timerHolder {
    /* padding-left: 2rem; */
    position: absolute;
    left: -8rem;
    margin-top: -4rem;

}

#timer div {
    padding: 1rem 1.5rem;
    margin-right: 1rem;
    background: transparent linear-gradient(180deg,
            rgb(36 143 255 / 80%) 0%,
            rgb(12 255 248 / 80%) 100%) 0% 0% no-repeat padding-box;
    border-radius: 0.5rem;
    font-size: 3rem;
    font-weight: var(--bold);
    width: 20rem;
    line-height: 1;
    margin-bottom: 0.5rem;
}

#timer div span {
    display: block;
    font-size: 1rem;
    line-height: 1;
}

.pageSection {
    padding: 4.25rem 0px;
}

.sectionTitle {
    font-size: 3rem;
    font-family: "Kanit", sans-serif;
    font-weight: var(--extralight);
    display: block;
    width: fit-content;
    margin: 0 auto 1rem auto;
    text-transform: uppercase;
}

.sectionTitle.fullWidth {
    width: 100% !important;
}

.sectionTitle span {
    color: var(--white);
    font-weight: var(--bold);
}

/* 
.sectionTitle span.d-block {
    font-weight: var(--bold) !important;
    color: var(--white);
}

.sectionTitle.rightLine::after {
    content: "";
    width: 10rem;
    border-top: 1px solid var(--blue);
    position: absolute;
    left: 105%;
    top: 50%;
}

.sectionTitle.leftLine::after {
    content: "";
    width: 10rem;
    border-top: 1px solid var(--blue);
    position: absolute;
    right: 105%;
    top: 50%;
} */

.numberBlock {
    width: 14rem;
    height: 14rem;
    min-width: 14rem;
    min-height: 14rem;
    max-width: 14rem;
    max-height: 14rem;
    border-radius: 50%;
    background-color: rgba(50, 46, 109, 0.8);
    margin: 2rem 2rem 0px 2rem;
}

.innerCircle {
    background: transparent linear-gradient(225deg, #940592 0%, #FFB771 100%) no-repeat padding-box;
    width: 12.5rem;
    height: 12.5rem;
    min-width: 12.5rem;
    min-height: 12.5rem;
    max-width: 12.5rem;
    max-height: 12.5rem;
    border-radius: 50%;
    padding: 1rem;
}

.numberContent h3 {
    font-size: 3rem;
    font-weight: var(--bold);
    font-family: "Kanit", sans-serif;
}

.numberContent p.textLarge {
    font-weight: var(--semibold);
    font-size: 1rem;
}

#why {
    background: url('/public/images/navigate23/Ellipse\ 6.webp') no-repeat top;
    background-size: contain;
}

#speakers {
    background: url('/public/images/navigate23/Ellipse 5.webp') no-repeat right;
    background-size: contain;
}

.whyBlock {
    padding: 2.75rem;
    border-radius: 1rem;
    background: rgba(255, 183, 113, 0.20);
}

.whyBlock {
    margin-top: 2rem;
    width: 45%;
    margin: 1%;
    text-align: center;
}

.whyBlock h3 {
    font-size: 1.625rem;
    font-weight: var(--bold);
    margin-bottom: 1.5rem;
    color: var(--lightorange);
    text-transform: uppercase;
}

.whyBlock p {
    margin-bottom: 0px;
    font-weight: var(--light);
}

.muchMore {
    color: var(--lightorange);
}

.sessionDetails {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.40);
    padding: 2.5rem 0px;
}

.timings {
    display: inline-flex;
}

.timings p {
    color: var(--white);
    font-family: "Kanit", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: var(--regular);
    line-height: 1.5rem;
    text-transform: capitalize;
    /* margin-left: 0.5rem; */
}

.keynote {
    background: linear-gradient(220deg, #FFB771 0%, #940592 100%);
    border: 0;
    border-radius: 5px;
    font-size: 16px;
    color: white;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.timings span {
    opacity: 0.7;
    text-transform: uppercase;
}

.topBorder {
    border-top: 1px dashed rgba(255, 255, 255, 0.40);
}


.sessionIcon {
    width: 5rem;
    min-width: 5rem;
    max-width: 5rem;
    padding: 2.5rem 0px;
}

.sessionIconThank {
    width: 5rem;
    min-width: 5rem;
    max-width: 5rem;
    padding: 1.25rem 0px;
}

.sessionIconThank {
    display: inline-block;
    position: relative;
}

.sessionIconThank::after {
    content: "";
    width: 1px;
    height: 15rem;
    border-left: 1px dashed var(--lightorange);
    position: absolute;
    top: 75%;
    left: 30%;
}

.sessionIconThank.noDotted::after {
    display: none;
}

.sessionDetails {
    width: 100%;
    height: 15rem;
}

.sessionIntro h4 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: var(--lightorange);
    font-weight: bold !important;
}

.sessionIntro p {
    margin-bottom: 0px;
}

.sessionIntro h5 {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: var(--bold);
    color: #b6bddb;
}

.sessionIntro {
    width: 100%;
}

.sessionTime {
    text-align: right;
    margin-right: 2rem;
    font-size: 1.25rem;
    font-weight: var(--medium);
}

.sessionIcon {
    display: inline-block;
    position: relative;
}

/* .sessionIcon::after {
    content: "";
    width: 1px;
    height: 25rem;
    border-left: 1px dashed var(--lightorange);
    position: absolute;
    top: 75%;
    left: 30%;
} */
.sessionIcon::after {
    content: "";
    width: 1px;
    height: 15rem;
    border-left: 1px dashed var(--lightorange);
    position: absolute;
    top: 0%;
    left: 30%;
}

.sessionIcon.noDotted::after {
    display: none;
}

.sessions {
    margin-top: 3rem;
}

.speakerBlock {
    margin-top: 2rem;
    width: 16.688rem;
    margin: 2rem auto 0px auto;
}

.speakerPhoto {
    border-radius: 3rem;
    overflow: hidden;
    width: 16.688rem;
    margin: auto;
}

.speakerPhoto img {
    width: 100%;
}

.linkedinIcon {
    display: block;
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    background-color: #007aa5;
    border: 2px solid var(--white);
    position: absolute;
    right: -0.5rem;
    bottom: -0.5rem;
}

.linkedinIcon i {
    font-size: 2rem;
    color: var(--white);
}

.speakerInfo {
    padding: 1rem 0px;
}

.speakerInfo h4 {
    font-size: 1.25rem;
    font-weight: var(--medium);
    margin-bottom: 0.5rem;
}

.speakerInfo p {
    font-size: 85%;
    margin-bottom: 0px;
    color: var(--lightblue);
}

.partnersBlock {
    margin-top: 2rem;
    padding: 2rem;
    background-color: var(--white);
    border-radius: 1rem;
}

.partnerLogos img {
    width: 16.66%;
}

.hashtagHolder {
    padding: 2rem 0px;
    /* border-top: 1px dashed #646fa2; */
    border-bottom: 1px dashed rgba(255, 255, 255, 0.40);
}

.hashtagHolder a {
    color: var(--lightorange);
}

.hashtagHolder a:hover {
    color: var(--red);
}

.hashtagHolder h3 {
    font-size: 2.25rem;
    font-weight: var(--light);
    margin-bottom: 0.5rem;
}

.hashtag {
    background: #FFB771;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3rem;
    font-weight: var(--extrabold);
    font-family: "Montserrat", sans-serif;
}

footer {
    padding: 3rem 0px;
}

footer a {
    display: inline-block;
    color: var(--lightorange);
    padding: 0px 1rem;
    font-size: 1.25rem;
}

footer a:hover {
    color: var(--red);
}

.copyrightTexts p {
    margin-bottom: 0px;
    font-weight: var(--light);
}

#book h3 {
    font-size: 2.25rem;
    font-weight: var(--extralight);
    margin-bottom: 1rem;
}

.booktitle {
    color: var(--white);
    font-family: "Kanit", sans-serif;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: var(--bold);
    line-height: 2.75rem;
    /* 122.222% */
    text-transform: capitalize;
}

.bookbackimg {
    height: 5rem;
    /* background: url('/public/images/navigate23/Group\ 19\ \(2\).webp'); */
    background-repeat: no-repeat;
}

.copyback {
    float: right;
    margin-top: -5rem;
}


.formBlock {
    padding: 3rem;
    border-radius: 1rem;
    background-color: rgba(50, 46, 109, 0.8);
}

.formBlock input,
.formBlock select {
    width: 100%;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    box-shadow: none;
    border: 1px solid #c2c7d1;
    transition: all 0.3s;
    margin-bottom: 1rem;
}

.formBlock input {
    padding-left: 3rem;
}

#book p.links a {
    color: var(--lightorange);
}

.highlight_img {
    position: relative;
    z-index: 1;
}

.play_icon {
    bottom: 250px;
    z-index: 2;
    position: relative;
}

.videoHolder__main {
    width: 60%;
    margin: auto;
}

.videoHolder__main iframe {
    height: 400px;
    border-radius: 0.5rem;
    overflow: hidden;
}

.videoHolder {
    /* width: 60%; */
    width: 450px;
    margin: auto;
}

.videoHolder iframe {
    height: 250px;
    border-radius: 0.5rem;
    overflow: hidden;
}

.sessionLink {
    /* height: 100vh;
  display: grid;
  place-items: center; */
    margin-top: 60px;
}

.navigate__thank__you {
    background-image: url('/public/images/navigate23/Ellipse 5.webp');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.navigate__thank__you p {
    color: var(--white);
    font-size: 20px;
}

.navigate__thank__you .divider {
    font-size: 2rem;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-column-gap: 1.2rem;
    align-items: center;
}

.navigate__thank__you .divider::before,
.navigate__thank__you .divider::after {
    content: "";
    display: block;
    height: 1px;
    background-color: currentColor;
}

.ask__experts__button {
    background: linear-gradient(to right, #999999, #ffffff);
    border: none;
    display: inline-block;
    padding: 0.7rem 1.5rem;
    border-radius: 20px;
    min-width: 200px;
    font-weight: bold;
    font-size: 1.2rem;
}

.ask__experts__form select,
.ask__experts__form input {
    height: 44px;
}

.ask__experts__form select::after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #f00;
    position: absolute;
    top: 40%;
    right: 5px;
    content: "";
    z-index: 98;
}

.ask__experts__form select,
.ask__experts__form textarea,
.ask__experts__form input {
    width: 36%;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #c2c7d1;
    transition: all 0.3s;
    box-shadow: none;
    outline: 0;
}

.privacy__policy__section .dark__strip {
    background: var(--lightorange);
    padding: 10px;
    color: #0c0948;
}

.privacy__policy__section .dark__strip h5 {
    font-weight: bold;
}

.wistia_responsive_padding {
    position: relative !important;
    height: 240px;
    width: 440px;
}

.limited-seats {
    position: absolute;
    top: 0;
    left: 75px;
    width: 150px;
}

.limited-seats-2 {
    position: absolute;
    top: 0;
    width: 150px;
    right: 545px;
}

.wistia_responsive_padding {
    position: relative !important;
    height: 240px;
    width: 440px;
}

/* Media Query Starts */

@media screen and (max-width: 1200px) {
    .container {
        max-width: 100%;
        padding: 0px 1rem;
    }

    .timerHolder {
        padding-left: 0px;
        margin-top: 2rem;
    }

    html {
        font-size: 15px;
    }

    .timerHolder {
        margin-top: -5rem;
    }

    .limited-seats {
        left: 62px;
    }

    .limited-seats-2 {
        right: 482px;
    }



}

@media screen and (max-width: 992px) {
    html {
        font-size: 14px;
    }

    .numberBlock {
        margin: 0.5rem;
    }

    .sessionDetails {
        display: block !important;
    }

    .sessionIntro {
        width: 100%;
    }

    .sessionTime {
        text-align: left;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }

    .speakerPhoto,
    .speakerBlock {
        width: 100%;
    }

    .sectionTitle {
        font-size: 2.5rem;
    }

    #hero {
        padding-top: 3rem;
    }

    .bannerImg {
        margin-top: 3rem;
    }

    .sessionIcon::after {
        height: 10.5rem;
    }

    .limited-seats {
        left: 38px;
    }

    .limited-seats-2 {
        right: 340px;
    }
}

@media screen and (max-width: 800px) {
    .sessionIcon::after {
        left: 35%;
        height: 15rem;
    }

    .whyBlock,
    .whyWebinar {
        padding: 1.5rem;
    }

    nav {
        margin-right: 0px;
    }

    .bookbackimg img {
        width: 60%;
    }

    .copyback img {
        width: 60%;
        float: right;
    }

    .limited-seats {
        left: 30px;
    }

    .limited-seats-2 {
        right: 282px;
    }

}

@media screen and (max-width: 767px) {
    nav {
        display: none;
    }

    header {
        text-align: center;
        border-bottom: 1px solid #646fa2;
    }

    .logosHolder,
    .menuHolder {
        justify-content: center !important;
    }

    .menuHolder {
        margin-top: 1rem;
    }

    .sectionTitle.rightLine::after,
    .sectionTitle.leftLine::after {
        display: none;
    }

    .whyBlock {
        width: 48%;
    }

    .ask__experts__form select,
    .ask__experts__form textarea {
        width: 100%;
    }

    .videoHolder__main {
        width: 100%;
    }

    .videoHolder__main iframe {
        height: 240px;
    }

    .videoHolder {
        width: 100%;
    }

    .videoHolder iframe {
        height: auto;
        width: auto;
    }

    .wistia_responsive_padding {
        height: auto !important;
        width: auto !important;
        padding: 56.25% 0 0 0;
    }

    .input_icon {
        position: relative;
        left: 1.5rem;
        top: 2.2rem;
    }

    .limited-seats {
        position: absolute;
        top: -20px;
        left: -36px;
        width: 150px;
    }

    .limited-seats-2 {
        position: absolute;
        width: 150px;
        bottom: 250px;
        left: -26px;
        top: 250px;

    }

    .btn-for-register {
        width: 100%;
    }

    .wistia_responsive_padding {
        height: auto !important;
        width: auto !important;
        padding: 56.25% 0 0 0;
    }
}

@media screen and (max-width: 680px) {
    form {
        flex-wrap: wrap;
    }

    .ctaForm input {
        width: 100%;
        margin-bottom: 1rem;
    }

    .linkedinIcon {
        right: 0;
        bottom: 0;
    }

    .partnerLogos img {
        width: 24%;
    }

    #timer div {
        padding: 0.5rem;
    }

    .numberBlock {
        width: 12rem;
        height: 12rem;
        min-width: 12rem;
        min-height: 12rem;
        max-width: 12rem;
        max-height: 12rem;
        margin-bottom: 1rem;
    }

    .pageSection {
        padding: 2rem 0px;
    }

    .whyBlock {
        width: 100%;
    }

    .speakerInfo h4 {
        font-size: 1.5rem;
    }

    .speakerInfo p {
        font-size: 1rem;
    }

    .bookbackimg img {
        width: 80%;
    }

    .copyback img {
        width: 80%;
        float: right;
    }

    .sessionDetails {
        height: 18rem;
    }

    .sessionIcon::after {
        height: 18rem;
    }

}

@media screen and (max-width: 480px) {
    .heading {
        font-size: 3rem;
    }

    .partnerLogos img {
        width: 50%;
    }

    .sessionDetails {
        height: 25rem;
    }

    .sessionIcon::after {
        height: 25rem;
    }


}

label {
    color: black;
}

.whyWebinar {
    background-color: rgba(50, 46, 109, 0.8);
    padding: 2.75rem;
    border-radius: 1rem;
}

.whyWebinar h3 {
    font-size: 20px;
    font-weight: var(--bold);
    margin-bottom: 0.5rem;
    color: var(--blue);
}

.whyWebinar p {
    margin-bottom: 0px;
    font-size: 18px;
}

.whyWebinar ul {
    font-weight: bolder;
    font-size: 22px;
}

.whyWebinar ul li {
    font-size: 18px;
    margin-top: 10px;
    font-weight: normal;
}

.hero__section_chatgpt .heading {
    font-size: 72px;
}</pre></body></html>